";
?>
GeoSpec
Reporting Software
for the Materials Testing Industry
NEW!!
- 64 bit performance
- PDF Reports
- send GeoSpec reports by email
- never need to print
- Graphic Logo
- use your company logo on all GeoSpewc reports
- Fonts and Colors
- Digital Signatures for signed PDF reports
- Optional Government Certification Logo
Free Download
- 30-day free trial
- fully functional
- install your company name
- prepare real reports addressed to your clients
Sample GeoSpec Reports
";
if (is_dir($dir)) {
if ($dh = opendir($dir)) {
while (($file = readdir($dh)) != false) {
if (($file != '.') && ($file != '..')) {
echo "$file
";
$section = $file;
if ($p == $file) {$class="";} else {$class="hidden";}
$ddir = $dir . $file . "/";
if (is_dir($ddir)) {
if ($ddh = opendir($ddir)) {
echo "";
$nth = 0;
while (($file = readdir($ddh)) != false) {
if (($file != '.') && ($file != '..')) {
$nth++;
echo "- " . "". $file . "
";
}
}
echo "
";
closedir($ddh);
}
}
//}
echo " ";
}//if
}//while
closedir($dh);
}
}
?>